home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-11-25 | 1.6 KB | 197 lines | [TEXT/EDIT] |
- * MyWrite.R
- *
-
- MyWrite.RSRC
- ????????
-
- Type DAV1 = STR
- ,0
- © by David E. Smith ver 0.2 20 Sep 1986
-
- Type FREF
- ,128
- APPL 0
- ,129
- TEXT 1
-
- Type BNDL
- ,128
- DAV1 0
- ICN#
- 0 128 1 129
- FREF
- 0 128 1 129
-
- * ------ Switcher events ---------
-
- Type SIZE = GNRL
- ,-1
- .I
- 16384 ;;set bit 14 for resume
- .L
- 98304 ;; 128K preferred
- .L
- 98304 ;; 128K minimum
-
- * ------------- menus -------------
-
- Type MENU
- * the desk acc menu
- ,256
- \14 ;;apple menu
- About MyWrite…
- (-
-
- * the file menu
- ,257
- File
- New /N
- (Open…
- Close
- (Save
- (Save as…
- (Page Setup…
- (Print…
- (-
- Quit /Q
-
- * the edit menu
- ,258
- Edit
- (Undo /Z
- (-
- Cut /X
- Copy /C
- Paste /V
- Clear /D
- (-
- Select All /A
- Show Clipboard
-
- * the search menu
- ,259
- Search
-
-
- * the format menu
- ,260
- Format
-
-
- * the font menu
- ,261
- Font
-
-
- * the size menu
- ,262
- Size
- 6
- 9
- 10
- 12
- 14
- 18
- 24
- 36
- 48
- 72
- (-
- Other…
-
- * the style menu
- ,263
- Style
- Plain Text!\12 /P
- Bold<B /B
- Italic<I /I
- Underline<U /U
- Outline<O /O
- Shadow<S /S
- Condense
- Extend
- (-
- Left /L
- Center /M
- Right /R
-
- * the mode menu
- ,264
- Mode
- Or
- Xor
- Bic
-
- * the transfer menu
- ,265
- Transfer
- (-
- (Other…
-
- type DLOG
- ,128
- About MyWrite…
- 100 100 250 400
- Visible NoGoAway
- 1
- 0
- 128
-
- type DITL
- ,128
- 5
- BtnItem Enabled
- 112 235 141 284
- OK
-
- StatText Disabled
- 14 55 30 256
- MyWrite Text Edit Demo V1.0
-
- StatText Disabled
- 35 130 52 163
- by
-
- StatText Disabled
- 57 91 73 191
- David E. Smith
-
- PicItem Disabled
- 70 9 156 80
- 128
-
- type DLOG
- ,129
- OtherSize
- 130 120 207 355
- Visible NoGoAway
- 1
- 0
- 129
-
- type DITL
- ,129
- 3
- BtnItem Enabled
- 48 179 74 228
- OK
-
- StatText Disabled
- 5 32 25 205
- Select Font Size: ^0
-
- EditText Disabled
- 27 76 44 144
-
- include DataFrame:MYICON#
-
- include DataFrame:MYPICT
-
-
-
-
-
-
-
-
-